html,
body,
div {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html,
body {
	height: 100vh;
}

.swiper-container-mian {
	height: 100%;
}

img {
	width: 100%;
}

ul {
	list-style: none;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

.nav-bg {
	height: 70px;
	background: #2d3f99;
}

.logo {
	width: 150px;
	margin-top: 13px;
}

.menu-list {
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	width: 620px;
}

.menu-list li {
	display: inline-block;
	line-height: 70px;
	text-align: center;
	padding: 0 10px;
	margin: 0 27px;
	position: relative;
}

.menu-list li.active {
	position: relative;
}

.menu-list li a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.menu-list li a:hover {
	color: #fff;
}

.menu-list li.active a {
	color: #ffcc2f;
}

.menu-list li.active:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #ffcc2f;
}

.menu-list li.has-menu ul.menu-down {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, .6);
	transform: translateX(-5px);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.menu-list li.has-menu:after {
	content: " ";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background-image: url('../images/arrow.png');
	background-size: 100% 100%;
}

.menu-list li.has-menu:hover ul.menu-down {
	display: block;
}

.menu-list li.has-menu ul.menu-down li {
	display: block;
	position: relative;
	padding: 0 10px;
	margin: 0;
	line-height: 40px;
	font-size: 16px;
}

.nav-right>div {
	font-size: 14px;
	display: inline-block;
	line-height: 70px;
	color: #fff;
	text-align: center;
	position: relative;
}

.nav-right a {
	padding: 28px 10px;
	cursor: pointer;
	position: relative;
	color: #fff;
}

.start:before {
	content: "";
	position: absolute;
	top: 26px;
	left: -10px;
	width: 18px;
	height: 18px;
	background-image: url('../images/start.png');
	background-size: 100%;
}

.bannerSwiper img {}

.partone {
	background-color: #eee;
	padding-top: 66px;
	padding-bottom: 80px;
}

.partone-title {
	font-size: 40px;
	text-align: center;
	color: #333;
}

.partone-menu {
	height: 94px;
	margin-top: 60px;
	padding: 0 150px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #f3f5f8, hsla(0, 0%, 100%, 0));
	box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.partone-menu-item {
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: inline-flex;
}

.partone-menu-item img {
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
}

.partone-menu-item p {
	padding: 0;
	margin: 0;
	vertical-align: top;
	color: #495770;
	font-weight: 500;
	font-size: 22px;
	height: 42px;
	line-height: 42px;
}

.partone-menu-item:nth-child(2):before,
.partone-menu-item:nth-child(3):before {
	content: " ";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -45px;
	width: 1px;
	height: 20px;
	background: rgba(152, 163, 183, .3);
}

.pic-box {
	margin-top: 30px;
}

.partfirSwiperbg {

	display: inline-block;
	width: 700px;
	height: 398px;
	background: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}

.partfirSwiper {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.partfirSwiper img {
	width: 100%;
	height: 100%;
}

.pic-intro {
	background: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: 0 6px 20px rgba(0, 71, 214, .06);
	height: 94px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 2px solid transparent;
	padding: 10px;
	width: 385px;
}

.pic-box-r {}

.intro-number {
	color: #22234a;
	font-weight: 700;
	font-size: 30px;
	height: 36px;
	line-height: 36px;
	margin-right: 20px;
}

.intro-text-u {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.intro-text-b {
	font-size: 16px;
	color: #495770;
}

.start-btn {
	height: 50px;
	background: linear-gradient(1turn, #090b93,#415eec);
	box-shadow: 0 6px 20px rgba(0, 71, 214, .16);
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	cursor: pointer;
}

.swiper-menu-item.active {
	border: 2px solid #415eec;
}
.parttwo{
	padding: 80px 0;
}
.partSecSwiperbg {
	width: 650px;
}

.parttwo-menu {
	width: 450px;
}

.parttwo-menu-con {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.parttwo-menu-title {
	height: 84px;
	background: linear-gradient(180deg, #f3f5f8, hsla(0, 0%, 100%, 0));
	text-align: center;
	line-height: 84px;
	color: #495770;
	font-weight: 500;
	font-size: 24px;
}

.partSecSwiperbg {
	width: 650px;
	height: 336px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	background: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
}

.partsecSwiper {
	width: 100%;
	height: 100%;
}

.partsecSwiper img {
	width: 100%;
	height: 100%;
}

.parttwo-menu-item {
	width: 102px;
	height: 114px;
	background: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: 0 6px 20px rgba(0, 71, 214, .1);
	border-radius: 10px;
	margin-bottom: 24px;
	border: 2px solid transparent;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.parttwo-menu-item.active {
	border: 2px solid #415eec;
}

.parttwo-menu-item img {
	width: 40px;
	height: 40px;
	margin: 23px auto 17px;
}

.parttwo-menu-item p {
	font-size: 16px;
	color: #000;
}

.parttir {
	height: 784px;
	background-image: url('../images/part3bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.parttir-title {
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 80px;
}

.parttir-l {
	width: 160px;
	display: inline-block;
	vertical-align: top;
}

.parttir-l>div {
	height: 94px;
	line-height: 94px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.parttir-l>div.active {
	background: linear-gradient(90deg, rgba(65,94,236, .1), #415eec);
	background-size: 100% 100%;
}

.parttir-r {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	position: relative;
	width: 930px;
}

.parttir-r-i {}

.more_btn {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	color: #de4a4a;
	cursor: pointer;
}

.r-title {
	font-size: 30px;
	color: #fff;
}

.r-intro {
	margin-top: 50px;
	font-size: 16px;
	color: hsla(0, 0%, 100%, .5);
	height: 50px;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.r-title-l {
	font-size: 24px;
	color: #fff;
}

.r-pic {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.r-pic-i {
	width: 348px;
	height: 230px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}

.r-pic-i img {
	width: 100%;
	height: 100%;
}

.r-pic-title {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: rgba(0, 0, 0, .4);
	text-align: center;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.start-make {
	display: block;
	width: 596px;
	height: 80px;
	background: linear-gradient(1turn, #090b93,#415eec);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .16);
	opacity: 1;
	border-radius: 4px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	margin: 0 auto;
	margin-top: -40px;
}
a.more_btn{
	    position: absolute;
	    right: 0;
	    top: 0;
	    font-size: 22px;
	    color: #415eec;
	    cursor: pointer;
}
.footer{
	    margin-top: 20px;
	    padding: 20px 0;
	    min-width: 1280px;
	    background: #22234a;
					color: #fff;
					text-align: center;
}


.fix_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	top: 0;
	left: 0;
}

.login_area {
	width: 400px;
	background: #fff;
	position: fixed;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	z-index: 1000;
}

.login_area .login_area_close_btn {
	color: #8d8d8d;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.login_area .login_title {
	font-size: 20px;
	color: #303133;
	font-weight: 500;
	text-align: center;
	margin-top: 25px;
}

.login_area .login_area_form {
	width: 80%;
	margin: 0 10%;
}

form {
	display: block;
	margin-top: 0em;
}

.login_area .login_area_form .el-form-item {
	margin-bottom: 0;
}

.el-form-item__content {
	line-height: 40px;
	position: relative;
	font-size: 14px;
}

.el-input {
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

.login_area .login_area_form .el-input {
	margin-top: 20px;
}

.el-input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%;
}

.el-input--prefix .el-input__inner {
	padding-left: 30px;
}

.el-input--suffix .el-input__inner {
	padding-right: 30px;
}

.login_area .login_area_form .forget_pwd {
	font-size: 12px;
	color: #9f9f9f;
	margin-top: 20px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

.el-button,
.el-checkbox,
.el-image-viewer__btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.el-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}

.el-button--primary {
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
}

.login_area .login_area_form .login_btn {
	width: 100%;
	margin-top: 30px;
}

.login_area .register_info {
	border-top: 1px solid rgba(237, 238, 242, .5);
	padding: 14px 0 32px;
	text-align: center;
	margin-top: 20px;
}


.forget_pwd_area {
	width: 400px;
	background: #fff;
	position: fixed;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	z-index: 1000;
}

.forget_pwd_area .forget_pwd_close_btn {
	color: #8d8d8d;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.forget_pwd_area .forget_pwd_title {
	font-size: 20px;
	color: #303133;
	font-weight: 500;
	text-align: center;
	margin-top: 25px;
}

.forget_pwd_area .forget_pwd_form {
	width: 80%;
	margin: 0 10%;
}

.forget_pwd_area .forget_pwd_form .el-form-item {
	margin-bottom: 0;
}

.forget_pwd_area .forget_pwd_form .el-input {
	margin-top: 20px;
}

.verification_code_area {
	margin-top: 20px;
}

.verification_code_area .vca_left {
	width: 200px;
	display: inline-block;
}

.verification_code_area .vca_right {
	width: 106px;
	display: inline-block;
	margin-left: 7px;
}

.verification_code_area .vca_right .vca_btn {
	width: 100%;
	background: #dcdfe6;
	color: #707070;
	padding: 12px 0;
}

.forget_pwd_area .forget_pwd_form .forget_pwd_btn {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.user_menu {
	display: none;
	position: absolute;
	width: 105px;
	right: 0;
	top: 40px;
	margin-top: 10px;
	background: #fff;
	line-height: 30px;
	border-radius: 3px;
	box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
	z-index: 2;
}

.user_menu .user_menu_item {
	color: #606266 !important;
	font-size: 14px;
	padding: 10px 0 !important;
	display: block;
	cursor: pointer;
	text-decoration: none;
	z-index: 3;
	text-align: center;
}

.user-center .user_avatar {
	width: 28px;
	height: 28px;
	display: inline-block;
	padding: 0 0 0 18px;
	position: relative;
	top: 10px;
	box-sizing: content-box;
	margin-top: 10px;
}

.user-center  .user_avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	float: left;
}
